home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / shwdlg16.hqx / ShowDialog XCMD 1.6 / card_2515.txt < prev    next >
Text File  |  1989-05-10  |  4KB  |  166 lines

  1. -- card: 2515 from stack: in.6
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3411
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8. end closeCard
  9.  
  10.  
  11. -- part 1 (button)
  12. -- low flags: 00
  13. -- high flags: 0001
  14. -- rect: left=15 top=86 right=293 bottom=196
  15. -- title width / last selected line: 0
  16. -- icon id / first selected line: 0 / 0
  17. -- text alignment: 1
  18. -- font id: 0
  19. -- text size: 12
  20. -- style flags: 0
  21. -- line height: 16
  22. -- part name: 
  23.  
  24.  
  25. -- part 2 (field)
  26. -- low flags: 01
  27. -- high flags: 0000
  28. -- rect: left=80 top=67 right=84 bottom=232
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 0 / 0
  31. -- text alignment: 0
  32. -- font id: 0
  33. -- text size: 12
  34. -- style flags: 0
  35. -- line height: 16
  36. -- part name: 
  37.  
  38.  
  39. -- part 3 (field)
  40. -- low flags: 01
  41. -- high flags: 0000
  42. -- rect: left=80 top=86 right=181 bottom=501
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 0 / 0
  45. -- text alignment: 0
  46. -- font id: 3
  47. -- text size: 10
  48. -- style flags: 0
  49. -- line height: 13
  50. -- part name: 
  51.  
  52.  
  53. -- part 4 (field)
  54. -- low flags: 01
  55. -- high flags: 0000
  56. -- rect: left=80 top=184 right=201 bottom=232
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 0
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: 
  65.  
  66.  
  67. -- part 5 (field)
  68. -- low flags: 01
  69. -- high flags: 0000
  70. -- rect: left=80 top=203 right=300 bottom=505
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 0
  74. -- font id: 3
  75. -- text size: 10
  76. -- style flags: 0
  77. -- line height: 13
  78. -- part name: 
  79.  
  80.  
  81. -- part 7 (button)
  82. -- low flags: 00
  83. -- high flags: 0000
  84. -- rect: left=33 top=89 right=124 bottom=69
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 20049 / 20049
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: 
  93.  
  94.  
  95. -- part 8 (button)
  96. -- low flags: 00
  97. -- high flags: 0000
  98. -- rect: left=33 top=206 right=241 bottom=69
  99. -- title width / last selected line: 0
  100. -- icon id / first selected line: 22227 / 22227
  101. -- text alignment: 1
  102. -- font id: 0
  103. -- text size: 12
  104. -- style flags: 0
  105. -- line height: 16
  106. -- part name: 
  107.  
  108.  
  109. -- part 9 (button)
  110. -- low flags: 00
  111. -- high flags: 0000
  112. -- rect: left=14 top=7 right=42 bottom=50
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 20049 / 20049
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: 
  121.  
  122.  
  123. -- part 10 (button)
  124. -- low flags: 00
  125. -- high flags: 0000
  126. -- rect: left=38 top=26 right=61 bottom=74
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 22227 / 22227
  129. -- text alignment: 1
  130. -- font id: 0
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: 
  135.  
  136.  
  137. -- part contents for background part 21
  138. ----- text -----
  139. Dialog Boxes
  140.  
  141. -- part contents for card part 2
  142. ----- text -----
  143. Modal Dialog Box
  144.  
  145. -- part contents for card part 3
  146. ----- text -----
  147. The modal dialog box forces the user to act.  It does not allow any user interaction outside the dialog box, therefore the user must dismiss it before doing anything else.
  148. This type of dialog is of a fixed position and cannot be dragged around the screen.
  149.  
  150. The modal dialog usually has two buttons associate with it: OK and Cancel.  The Ok button dismisses the dialog box and performs the original command.  The Cancel button dismisses the dialog box and cancels the original command.
  151.  
  152.  
  153. -- part contents for card part 4
  154. ----- text -----
  155. Modeless Dialog Box
  156.  
  157. -- part contents for card part 5
  158. ----- text -----
  159. The modeless dialog box allows the user interaction outside the dialog box without dismissing it.  This type of dialog is closed by clicking the close box or by chosing Close from under the File menu.
  160.  
  161. The buttons associated with this type of dialog never dismiss the dialog.  Clicking the OK button will perform the original command and Cancel will dismiss the original command.  ShowDialog XCMD does NOT support modeless dialog boxes.
  162.  
  163.  
  164. -- part contents for background part 30
  165. ----- text -----
  166. 8